home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Drive Manager / DriveMan.exe / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt
Text File  |  2005-03-12  |  3KB  |  154 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 432
  3.   Top = 386
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 376
  7.   ClientWidth = 410
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 64
  20.     Width = 37
  21.     Height = 13
  22.     Caption = 'Refresh'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 96
  26.     Top = 80
  27.     Width = 42
  28.     Height = 13
  29.     Caption = 'Seconds'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 176
  33.     Top = 64
  34.     Width = 93
  35.     Height = 13
  36.     Caption = 'Free space warning'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 254
  40.     Top = 84
  41.     Width = 8
  42.     Height = 13
  43.     Caption = '%'
  44.   end
  45.   object SpeedButton1: TSpeedButton
  46.     Left = 304
  47.     Top = 120
  48.     Width = 97
  49.     Height = 33
  50.     Caption = 'Create Shortcut'
  51.   end
  52.   object CheckBox1: TCheckBox
  53.     Left = 24
  54.     Top = 24
  55.     Width = 97
  56.     Height = 17
  57.     Caption = 'Stay on top'
  58.     Checked = True
  59.     State = cbChecked
  60.     TabOrder = 0
  61.   end
  62.   object CheckBox2: TCheckBox
  63.     Left = 136
  64.     Top = 24
  65.     Width = 121
  66.     Height = 17
  67.     Caption = 'Show in Start bar'
  68.     TabOrder = 1
  69.   end
  70.   object Edit1: TEdit
  71.     Left = 24
  72.     Top = 80
  73.     Width = 49
  74.     Height = 21
  75.     TabOrder = 2
  76.     Text = '20'
  77.   end
  78.   object UpDown1: TUpDown
  79.     Left = 73
  80.     Top = 80
  81.     Width = 15
  82.     Height = 21
  83.     Associate = Edit1
  84.     Min = 0
  85.     Position = 20
  86.     TabOrder = 3
  87.     Wrap = False
  88.   end
  89.   object Edit2: TEdit
  90.     Left = 176
  91.     Top = 80
  92.     Width = 57
  93.     Height = 21
  94.     TabOrder = 4
  95.     Text = '5'
  96.   end
  97.   object UpDown2: TUpDown
  98.     Left = 233
  99.     Top = 80
  100.     Width = 15
  101.     Height = 21
  102.     Associate = Edit2
  103.     Min = 0
  104.     Position = 5
  105.     TabOrder = 5
  106.     Wrap = False
  107.   end
  108.   object ListView1: TListView
  109.     Left = 24
  110.     Top = 120
  111.     Width = 265
  112.     Height = 193
  113.     Checkboxes = True
  114.     Columns = <
  115.       item
  116.         Caption = 'Column'
  117.         Width = 150
  118.       end
  119.       item
  120.         Caption = 'Visibility'
  121.         Width = 100
  122.       end>
  123.     Items.Data = {
  124.       210100000A0000000000000001000000FFFFFFFF0000000000000000054C6162
  125.       656C0000000001000000FFFFFFFF000000000000000004547970650000000001
  126.       000000FFFFFFFF00000000000000000453697A650000000001000000FFFFFFFF
  127.       000000000000000004557365640000000001000000FFFFFFFF00000000000000
  128.       0009417661696C61626C650000000001000000FFFFFFFF000000000000000006
  129.       466F726D61740000000001000000FFFFFFFF00000000000000000D5365726961
  130.       6C204E756D6265720000000001000000FFFFFFFF000000000000000006252046
  131.       7265650000000001000000FFFFFFFF00000000000000000A5669736962696C69
  132.       74790000000000000000FFFFFFFF00000000000000000A427974657320467265
  133.       65}
  134.     TabOrder = 6
  135.     ViewStyle = vsReport
  136.   end
  137.   object BitBtn1: TBitBtn
  138.     Left = 216
  139.     Top = 344
  140.     Width = 75
  141.     Height = 25
  142.     TabOrder = 7
  143.     Kind = bkOK
  144.   end
  145.   object BitBtn2: TBitBtn
  146.     Left = 136
  147.     Top = 344
  148.     Width = 75
  149.     Height = 25
  150.     TabOrder = 8
  151.     Kind = bkCancel
  152.   end
  153. end
  154.